Click or drag to resize

FileAttachmentSave Method (String, Boolean)

Saves the specified file path.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public void Save(
	string filePath,
	bool overwrite
)

Parameters

filePath
Type: SystemString
The file path.
overwrite
Type: SystemBoolean
if set to true [overwrite].
See Also